runtime.rtype.typeOff (method)

6 uses

	runtime (current package)
		iface.go#L222: 		itype := toRType(&inter.Type).typeOff(i.Typ)
		iface.go#L233: 			if rtyp.typeOff(t.Mtyp) == itype && tname.Name() == iname {
		plugin.go#L85: 		t := toRType((*_type)(unsafe.Pointer(md.types))).typeOff(ptab.typ) // TODO can this stack of conversions be simpler?
		runtime1.go#L675: 	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
		runtime1.go#L705: 	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
		type.go#L199: func (t rtype) typeOff(off typeOff) *_type {